home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stone Design
/
Stone Design.iso
/
Stone_Friends
/
Wave
/
WavesWorld
/
Source
/
IBPalettes
/
WW3DKit
/
WWSampleGeneratorInfo.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-22
|
290 b
|
17 lines
#import <appkit/appkit.h>
@interface WWSampleGeneratorInfo:Object
{
char *name;
float weight;
}
- setName:(const char *)newCurrentSampleGeneratorName weight:(float)newWeight;
- setWeight:(float)newWeight;
- (float)weight;
- setName:(const char *)name;
- (const char *)name;
@end